Expand description
This module implements parsing for the Forwarded header as defined by
RFC 7239 and RFC 7230. You should generally interact with the ForwardedHeaderValue
struct.
Structs§
- This structure represents the contents of the Forwarded header
- Iterator over stanzas in a ForwardedHeaderValue
- A single forwarded-for line; there may be a sequence of these in a Forwarded header.
Enums§
- Errors that can occur while parsing a ForwardedHeaderValue
- Remote identifier. This can be an IP:port pair, a bare IP, an underscore-prefixed “obfuscated string”, or unknown.
- HTTP protocol from the remote host